body
{
    padding: 0;
    margin: 0;
}

.blink{
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    animation: blinkingBackground 2s infinite;
    position: fixed;
    right: -65px;
    bottom: 75%;
    z-index: 100000;
    transform: rotate(-90deg);
    cursor: pointer;
}
.blink1{
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    animation: blinkingBackground 2s infinite;
    position: fixed;
    right: -25px;
    bottom: 51%;
    z-index: 100000;
    transform: rotate(-90deg);
    cursor: pointer;
}
.blink2{
    color: #fff;
    padding: 10px;
    display: inline-block;
    border-radius: 5px;
    animation: blinkingBackground 2s infinite;
    position: fixed;
    right: -5px;
    bottom: 36%;
    z-index: 100000;
    transform: rotate(-90deg);
    cursor: pointer;
}

@keyframes blinkingBackground{
    0%    { background-color: #10c018;}
    25%   { background-color: #1056c0;}
    50%   { background-color: #ef0a1a;}
    75%   { background-color: #254878;}
    100%          { background-color: #04a1d5;}
}

.whatsapp
{
    position: fixed;
    top: 85%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    z-index: 5;
  }
.whatsapp a 
{
    display: block;
    text-align: center;
    padding: 0px 10px;
    border-radius: 50%;
    transition: all 0.3s ease;
    color: white;
    font-size: 25px;
    cursor: pointer;
    background-color: #06D755;
    margin-right: 0px;
  }
  .wp:hover
  {
    color: #fff;
    scale: 1.1;
  }

/* my menubar */
header
{
    height: 60px;
    padding: 5px 30px;
    background: black;
}
.nav
{
    background: black;
}
.bg-dark
{
  background: #000 !important;
}
.barnd-logo img
{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.navbar-nav a
{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}
.navbar-dark .navbar-nav .nav-link
 {
    color: #fff;
    /*background: rgba(0,0,0,0.5);*//*give this to enable background color of home, service, about etc..*/
    padding: 10px 10px;
    transition: 0.5s ease;
 }
 .navbar-dark .navbar-nav .nav-link:hover
 {
     /* color:#c5159f;#3333ff */
     /* background: blueviolet; */
     font-weight: 700;
     /* border-bottom: 2px solid #c5159f; */
     color: #fff;
 }
 .navbar-link
{
    padding: 0.2rem 1rem;
}

@media only screen and (max-width:767px){
    .navbar-nav.ml-auto
    {
        background: #000;/* background:rgba(0,0,0,0.5); */
    }
    .navbar-dark .navbar-nav .nav-link:hover
    {
        background: #ddd;
        color: #000;
    }
    
}


section.sec1
{
    width: 100%;
    height: 90vh;
}

section.sec1
{   
    background: url("Images/Visa_banner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}
section.sec1::before
{
    content: '';
    width: 100%;
    height: 90vh;
    position: absolute;
    background: #eee; /* change this to black to see effect*/
    top: 100%;
    left: -50%;
    transform-origin: right; /* to change the right side*/
    transform: skewY(8deg);
}
section.sec1::after
{
    content: '';
    width: 100%;
    height: 90vh;
    position: absolute;
    background: #eee; /* change this to black to see effect*/
    top: 100%;/* this will shift the bottom height*/
    right: -50%;
    transform-origin: left; /* to change the right side*/
    transform: skewY(-8deg);
}
section.sec1 .main-text
{
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%,-10%);
    text-align: center;
    background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.5));
    padding: 20px;
}
section.sec1 h1
{
    color: #fff;
    padding-bottom: 50px;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 800;
}
section.sec1 p
{
    color: #fff;
    padding-bottom: 50px;
    font-size: 15px;
    font-weight: 500;
    width: 80%;
    margin: 0 15%;
}
section.sec1 a
{
    
    z-index: 1;
    bottom: 30%;
    left: 35%;
    color: #fff;
    background: #007bff;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 700;
}
section.sec1 a:hover
{
    color: #007bff;
    background: #a7c7e9
}
@media (max-width:767px)
{
  section.sec1 .main-text
  {
      width: 80%;
      left: 50%;
      bottom: 10%;
      transform: translate(-50%,-10%);
      padding: 20px;
  }
    section.sec1 h1
  {
      padding-bottom: 20px;
      font-size: 40px;
      font-weight: 800;
  }
  section.sec1 p
  {
      padding-bottom: 30px;
      font-size: 15px;
      margin: 0 10%;
  }
}
@media (max-width:567px)
{
   section.sec1 h1
  {
      padding-bottom: 20px;
      font-size: 25px;
      font-weight: 800;
  }
  section.sec1 p
  {
      padding-bottom: 30px;
      font-size: 15px;
      margin: 0 10%;
  }
}


section.sec3
{   
    position: relative;
    /* background: linear-gradient(to left, rgb(20, 229, 236), rgb(8, 115, 214)); */
    background: #eee;
    overflow: hidden;
    height: auto;
    justify-content: first baseline;
    padding: 50px;
}

section.sec3 h2, section.about-sec h2, section.visa-sec h2
{
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 50px;
  color: #1d3adf;
}
section.sec3 .ser1
{    
    border: 1px solid #000;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.5s ease;
    padding:15px
}
section.sec3 .ser1:hover
{
    /* box-shadow: 5px 5px 5px 5px #ccc; */
    transform: translateY(-10px);
    /* background: rgba(8, 0, 0, 0.774); */
    border: none;
}



section.about-sec, section.visa-sec, section.oci
{
    height: auto;
    padding: 50px;
    /* background: #eee; */
}



.visa-sec h3
{
    text-transform: uppercase;
}
.visa-type h5
{
    background: #3333ff;
    color: white;
}

.visa-sec h6
{
    color: #000;
    opacity: 0.5;
}
.visa-sec .country
{
  /* border: 1px solid #ddd; */
  overflow: hidden;
  text-decoration: none;
}
.visa-sec .country:hover
{
  scale: 1.1;
  background: rgba(0,0,0,0.2);
  border-radius: 10px;
}
@media (max-width:767px)
{
  .visa-sec img
  {
    width: 100px;
    height: auto;
    margin: 10px 50px;
  }

}



section.call
{
  background: rgb(20, 229, 236) url("Images/parallex-call.jpg");
  width: 100%;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  padding: 50px 0;
}
section.call h3
{
  font-size: 30px;
  font-weight: 700;
}
section.call p
{
  width: 70%;
  margin: 0 auto;
  padding: 30px 0px;
}
section.call a
{
  padding:10px 30px;
  border-radius: 30px;
}
section.call a:hover
{
  background-color:rgba(0,0,238,0.5);
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-area {
  height: auto;
  width: 100%;
  padding: 10px 0px;
}
.section-headline h2
{
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 50px;
  padding-top: 50px;
  color: #3333ff;
}

.section-headline h2::after 
{
  content: "";
  position: relative;
  display: block;
  width: 160px;
  height: 5px;
  /* background: chartreuse; */
  bottom: -15px;
  margin: 0 auto;  
}
 .contact-icon
 {
   border: 1px solid #eee;
   box-shadow: 0px 5px 10px;
   margin-bottom: 40px;
   background: #fff;
 }

  .single-icon i
   {
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #3333ff;;
  }
  
  #google-map 
  {
    height: 370px;
    margin-bottom: 20px;
  }
  
  .contact-form form
  {
      width: 100%;
      height: auto;
      font-size: 15px;
      text-align: center;
  }
  .contact-form input
  {
      border: none;
      background-color: white;
      margin-bottom: 20px;
      width: 100%;
      height: 35px;
      border: 2px solid #3333ff;
  }
  .contact-form .subject
  {
      width: 100%;
      height: 35px;
      margin-bottom: 20px;
  }
  .contact-form textarea
  {
      width: 100%;
      height: 80px;
      border: none;
      background-color: white;
      resize: none; /* not to change the size*/
      font-family: sans-serif; 
      border: 2px solid #3333ff;
  }
  .contact-form .submit
  {
     
      background:#306ef3;
      color: #fff;
      width: 40%;
      font-size: 20px;
      cursor: pointer;
      margin: 5px 20px;
      border-radius: 50px;
      
  }
  .contact-form .submit:hover
  {
      background:#368ef1;
      color: #ffff;
      border: 1px solid #368ef1;
  }

  

  /*footer section*/

  #footer 
  {
    background: #060e14;
    padding: 0 0 10px 0;
    color: #3333ff;
    font-size: 15px;
  }
  
  #footer .footer-top 
  {
    background: rgba(0,0,255,0.2);
    border-top: 1px solid #e6e6ff;
    border-bottom: 1px solid #e6e6ff;
    padding: 30px 0 0px 0;
    margin-bottom: 20px;
    color: #e6e6ff;
  }
  
  #footer .footer-top h3 
  {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600; 
    margin-bottom: 40px;
    margin-top: 8px;
    color: chartreuse;
  } 
  #footer .footer-top h5 
  {
    font: size 24px;
    line-height: 26px;
    font-weight: 600; 
    margin-bottom: 40px;
    margin-top: 10px;
    color: #306ef3;
    text-transform: uppercase;
  } 
  
  #footer .footer-top .footer-info p
   {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 25px;
    font-family: "Raleway", sans-serif;
  }
  
  #footer .footer-top .social-links a 
  {
    font-size: 15px;
    display: inline-block;
    background: #306ef3;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
    margin-top: 10px;
  }
  
  #footer .footer-top .social-links a:hover 
  {
    background: #e6e6ff;
    color: #306ef3;
    text-decoration: none;
  }
  
  
  #footer .footer-top .footer-links 
  {
    margin-bottom: 30px;
  }
  
  #footer .footer-top .footer-links ul 
  {
    list-style: none;
    padding: 0;
    margin: 0;
  }
   
  #footer .footer-top .footer-links ul li 
  {
    
    padding: 10px 0;
    display: flex;
    align-items: center; 
  }
  
  #footer .footer-top .footer-links ul i 
  {
    padding-right: 5px;
    font-size: 20px;
    color: #e6e6ff;
  }
 
  #footer .footer-top .footer-links ul li:first-child 
  {
    padding-top: 0;
    color: #e6e6ff;
  }
  
  #footer .footer-top .footer-links ul a {
    transition: 0.3s;
    display: inline-block;
    line-height: 1;      
    text-decoration: none;
    color: #e6e6ff;
  }
  
  #footer .footer-top .footer-links ul a:hover 
  {
    color:#3333ff;
    /* border-bottom: 1px solid #000099; */
  }
  
  #footer .footer-top .footer-newsletter form 
  {
    margin-top: 30px;
    /*padding: 2px 10px;*/
    position: relative;
    border-radius: 4px;
  }
  
  #footer .footer-top .footer-newsletter form input[type="email"]
   {
    border: 0;
    padding: 3px;
    width: calc(100% - 0px); /*for gap betweeb email address and subscribe button*/
  }
  
  #footer .footer-top .footer-newsletter form input[type="submit"]
   {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    font-size: 13px;
    padding: 0 10px;
    background: #3333ff;
    color: #fff;
    transition: 0.3s;
  }
  
  #footer .footer-top .footer-newsletter form input[type="submit"]:hover
   {
    background: #2a2ac5;
    color: #fff;
  }
  
  #footer .copyright 
  {
    text-align: center;
    padding-top: 10px;
    color: #f9e6ff;
  }
  
  #footer .credits 
  {
    padding-top: 0px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 13px;
    color: #fff;
  }
  
  #footer .credits a 
  {
    color: #3333ff;
  }
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 0px;
  display: none;
}
